Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

JPA Interview Questions and Answers

Question: What is Persistent Fields?
Answer:
  • If the entity class uses persistent fields, the Persistence runtime accesses entity-class instance variables directly.
  • All fields not annotated javax.persistence.Transient or not marked as Java transient will be persisted to the data store.
  • The object/relational mapping annotations must be applied to the instance variables.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook